html {
    overflow: hidden;
}

p {
    margin: 0 !important;
    padding-bottom: 5px;
}

.bottom-bar2 {
  position: absolute;
  width: 1920px;
  height: 50px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(0,0,0);
  border-top: 3px solid #A5C4D8;
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
}

.top-bar2 {
  position: absolute;
  width: 1920px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: rgb(0,0,0);
  border-bottom: 3px solid #A5C4D8;
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
}

.charWelcome {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px;
    margin-top: 175px;
    width: 100vw;
    border-bottom: 2px solid #A5C4D8;
    border-top: 2px solid #A5C4D8;
    box-shadow: -1px 1px 0px #222222, -1px -1px 0px #000000;
    text-align: center;
    color: white;
    box-shadow: 0 0 20px black;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    display: none;

}


#changelog {
    background: rgba(0, 0, 0, 0.6);
    border-top: 1px solid #006aff;
    border-bottom: 1px solid #006aff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.0em;
    border: 1px solid rgb(50, 50, 50);
    box-shadow: 0 0 10px 3px black;
    margin: 0 auto;
    margin-top: 3%;
    width: 40vw;
    display: none;
    font-family: 'Open Sans', sans-serif;
}

#changelog .log {
    /*max-height: 200px;*/
    height: 20%;
    overflow: auto;
    padding: 8px;
    border-top: 1px solid #ffff;
}

#changelog .title {
    font-size: 1.0em;
    background-color: rgb(0,0,0);
    border-bottom: 3px solid #A5C4D8;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    color: #A5C4D8;
    border: 1px solid #000;
}

#changelog .date {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #A5C4D8;
    text-indent: 5%;
}

#changelog ul {
    list-style-type: circle;
    margin-top: 5px;
    margin-left: 40px;
    margin-bottom: 15px;
}

#changelog li {
    padding: 2px;
}




.scrollbar {
  overflow-y: scroll;
  width: 770px;
  height: 175px;
  left: 575px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  border: 2px solid #252525;
  color: white;
  border-top: 0.5px solid #FFFFFF;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

.scrollbar h2 {
    color: #A5C4D8;
    font-size: 22px;
}

::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: transparent; 
}
::-webkit-scrollbar-thumb {
  background: #A5C4D8; 
    height: 51px;
}
::-webkit-scrollbar-thumb:hover {
  background: #454545; 
}

.card {
    background-color: rgba(20, 20, 20, 0.6) !important;
    border: 0px;
    box-shadow: rgba(0, 0, 0, .05);
    padding-bottom: 10px !important;
    border-radius: 0px !important;
    border: 1px solid #000004;
    top: 150px;
    
}

.card-without-player {
    height: 462px;
}

.card-with-player {
    height: 462px;
}

.card-body-1 {
    background-color: #000004;
}

.card-body-2 {
    background-color: transparent !important;
    padding: 15px;
    height: 300px;
    overflow: auto;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    letter-spacing: 0.5px;
}

.card-body-3 {
    background-color: transparent !important;
    padding-top: 15px !important;
    padding-right: 5px !important; 
    padding-left: 5px !important;
}


.card-body-2::-webkit-scrollbar-track {
    background: transparent !important;
}
.card-body-2::-webkit-scrollbar {
    width: 3px !important;
  }
  
  .card-body-2::-webkit-scrollbar-track {
    background: #A5C4D8;
  }
  
  .card-body-2::-webkit-scrollbar-thumb {
    background: #A5C4D8;
  }
  
  .card-body-2::-webkit-scrollbar-thumb:hover {
    background: rgb(151, 150, 150);
  }


  ::-webkit-scrollbar-track {
    background: transparent !important;
}
::-webkit-scrollbar {
    width: 2px !important;
  }
  
  ::-webkit-scrollbar-track {
    background: #A5C4D8;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #A5C4D8;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(151, 150, 150);
  }

.clearfix {clear: both;}
.card-body-1 .card-title {
    color: #A5C4D8;
    text-align: center;
    border-bottom: 1px solid rgb(140, 204, 239);
    font-weight: bold;
    padding: 15px;
}


.card-body-2 ul {
    color: #ffffff;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.card-body-2 ul li {
    margin-bottom: 30px !important;
    font-weight: bold;
}

.card-body-2 ul li span {
    color: #ffffff;
    display: block;
    font-weight: normal;
}

.delete-button {
    width: 100%;
    border: 1px solid rgb(128, 130, 129);
    color: rgb(194, 59, 66);
    padding: 7px 15px;
    height: 40px;
    background-color: rgb(28, 28, 28);
    display: block;
    box-shadow: 0 -1px 0 0 rgb(0, 0, 0);
    font-family: 'Roboto';
    font-size: 15px !important;
    text-align: center;
    margin-top: 5px !important;
}

.delete-button:hover {
    background-color: rgb(194, 59, 66);;
    color: white;
    cursor: pointer;
}

.play-button {
    width: 100%;
    border: 1px solid rgb(128, 130, 129);
    color: rgb(140, 204, 239);
    padding: 7px 15px;
    height: 40px;
    background-color: rgb(28, 28, 28);
    display: block;
    box-shadow: 0 -1px 0 0 rgb(0, 0, 0);
    font-family: 'Roboto';
    font-size: 15px !important;
    text-align: center;
}

.play-button:hover {
    background-color: rgb(112, 160, 187);
    color: rgb(28, 28, 28);
    cursor: pointer;
}

.create-button {
    width: 100%;
    border: 1px solid rgb(128, 130, 129);
    color: rgb(140, 204, 239);
    padding: 7px 15px;
    height: 40px;
    background-color: rgb(28, 28, 28);
    display: block;
    box-shadow: 0 -1px 0 0 rgb(0, 0, 0);
    font-family: 'Roboto';
    font-size: 15px !important;
    text-align: center;
    margin-top: 45px;
}

.create-button:hover {
    background-color: rgb(112, 160, 187);
    color: rgb(28, 28, 28);
    cursor: pointer;
}

.btn-confirmdelete {
    font-family: 'Roboto';
    float: left;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    background-color: rgb(28, 28, 28);
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 7px 10px;
    color: #ffffff;
    border-radius: 3px;
    position: relative;
    margin-top: 8%;
}
.btn-confirmdelete:hover {
    background-color: rgba(226, 74, 74, 0.8);
}

.modal {
    top: 30%;
}

.lds-spinner {
    color: black;
    text-align: center;
    font-size: 1.3em;
    position: fixed;
    z-index: 99;
    left: calc(50% - 125px);
    top: calc(50% - 55px);
    height: 110px;
    width: 250px;
}

.lds-spinner p {
    position: absolute;
    font-family: "Segoe UI", sans-serif;
    bottom: 15px;
    margin-top: 85px;
    font-weight: 600;
    text-align: center;
    color: white;
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

.lds-spinner .spinner {
    display: inline-block;
    margin-left: -25%;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    background: rgb(140, 204, 239);
    border: 20%;
    border: 1px solid black;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}